const github.com/klauspost/compress/zstd.betterLongTableBits
19 uses
github.com/klauspost/compress/zstd (current package)
enc_better.go#L10: betterLongTableBits = 19 // Bits used in the long match table
enc_better.go#L11: betterLongTableSize = 1 << betterLongTableBits // Size of the table
enc_better.go#L22: betterLongTableShardCnt = 1 << (betterLongTableBits - dictShardBits) // Number of shards in the table
enc_better.go#L166: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L224: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L281: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L359: nextHashL = hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L426: nextHashL := hashLen(load6432(src, s+matched), betterLongTableBits, betterLongLen)
enc_better.go#L507: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L528: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L684: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L743: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L803: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L884: nextHashL = hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L945: nextHashL := hashLen(load6432(src, s+matched), betterLongTableBits, betterLongLen)
enc_better.go#L1023: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L1047: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L1151: h := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L1161: h := hashLen(cv, betterLongTableBits, betterLongLen)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |